GoXam for WPF v3
TreeModel.DataCollection<NodeType,NodeKey> Class
Members 
Northwoods.GoXam.Model Namespace : TreeModel.DataCollection<NodeType,NodeKey> Class
This nested class is a serializable collection of node data.
Syntax
[Serializable()]
public sealed class TreeModel.DataCollection<NodeType,NodeKey> : IDataCollection  
Type Parameters
NodeType
NodeKey
Remarks

This IDataCollection is used in various circumstances where there is a collection of node data, particularly for copying. If the node data is serializable, this collection can be serialized, which is useful when copying to the clipboard or pasting from it.

Although this nested type is not a generic class, it is parameterized by the NodeType and NodeKey type parameters of the containing generic model class. You should call TreeModel<NodeType,NodeKey>.CreateDataCollection to allocate an instance.

This collection class does not support separate link data.

Inheritance Hierarchy

System.Object
   Northwoods.GoXam.Model.TreeModel`2.DataCollection<NodeType,NodeKey>

See Also

Reference

TreeModel.DataCollection<NodeType,NodeKey> Members
Northwoods.GoXam.Model Namespace